DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / Mode Property

In This Topic
    Mode Property (C1AdoNetVirtualDataCollection<T>)
    In This Topic
    Gets or sets the way the items will be loaded
    Syntax
    'Declaration
     
    Public Property Mode As VirtualDataCollectionMode
    public VirtualDataCollectionMode Mode {get; set;}
    See Also